Objects Reference

light_map::map_point

Prototype

void map_point(float u, float v, vector &point)

Parameters

Parameter Type Description
u float point co-ordinate in the u axis
v float point co-ordinate in the v axis
point vector & point mapped in world space

Return Value

None

Remarks

This function maps a point from the light_map (u,v) into world co-ordinate.